home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / nslookup.help < prev    next >
Text File  |  1988-11-23  |  1KB  |  30 lines

  1. Commands:     (identifiers are shown in uppercase, [] means optional)
  2. NAME        - print info about the host/domain NAME using default server
  3. NAME1 NAME2    - as above, but use NAME2 as server
  4. help or ?    - print help information
  5. set OPTION    - set an option
  6.     all        - print options, current server and host
  7.     [no]debug    - print debugging information
  8.     [no]d2    - print exhaustive debugging information
  9.     [no]defname    - append domain name to each query 
  10.     [no]recurse    - ask for recursive answer to query
  11.     [no]vc    - always use a virtual circuit
  12.     domain=NAME    - set default domain name to NAME
  13.     root=NAME    - set root server to NAME
  14.     retry=X    - set number of retries to X
  15.     timeout=X    - set time-out interval to X
  16.     querytype=X    - set query type to one of A,CNAME,HINFO,MB,MG,MINFO,MR,MX,WKS
  17.     type=X    - synonym for querytype
  18.     class=X    - set query class to one of IN (Internet), CHAOS, or ANY
  19. server NAME    - set default server to NAME, using current default server
  20. lserver NAME    - set default server to NAME, using initial server
  21. finger [USER]    - finger the optional NAME at the current default host
  22. root        - set current default server to the root
  23. ls [opt] DOMAIN [> FILE] - list addresses in DOMAIN (optional: output to FILE)
  24.     -a         -  list canonical names and aliases
  25.     -h         -  list HINFO (CPU type and operating system)
  26.     -s         -  list well-known services
  27.     -d         -  list all records
  28. view FILE    - sort an 'ls' output file and view it with more
  29. exit        - exit the program, ^D also exits
  30.